crypto/internal/fips140/bigmod.Nat.sub (method)

5 uses

	crypto/internal/fips140/bigmod (current package)
		nat.go#L386: func (x *Nat) sub(y *Nat) (c uint) {
		nat.go#L700: 	underflow := t.sub(m.nat)
		nat.go#L714: 	underflow := x.sub(y)
		nat.go#L1156: 				u.sub(v)
		nat.go#L1160: 				v.sub(u)